tests: Include config.h
authorBenjamin Otte <otte@redhat.com>
Tue, 6 Nov 2012 19:51:15 +0000 (20:51 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 6 Nov 2012 20:29:58 +0000 (21:29 +0100)
tests/testappchooser.c
tests/testappchooserbutton.c

index 436c56a378d4c2ee552f667eb3a181802917e65c..221bd613ec133940f6cdc99c287d88fe502a73b9 100644 (file)
@@ -16,6 +16,8 @@
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
+
 #include <stdlib.h>
 #include <gtk/gtk.h>
 
index 0bc54fe53b03d0d489f47b188ef3efdd19a567f3..c4b2872a97eaf06e7ea1976459c46f86d0194db6 100644 (file)
@@ -16,8 +16,9 @@
  * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdlib.h>
+#include "config.h"
 
+#include <stdlib.h>
 #include <gtk/gtk.h>
 
 #define CUSTOM_ITEM "custom-item"